home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / matrix / view.h < prev   
Encoding:
C/C++ Source or Header  |  2001-11-01  |  170 b   |  6 lines

  1. #define NULL_VECTOR {0, 0, 0, 0, 0}
  2. #define NULL_VECTOR_VIEW {{0, 0, 0, 0, 0}}
  3.  
  4. #define NULL_MATRIX {0, 0, 0, 0, 0, 0}
  5. #define NULL_MATRIX_VIEW {{0, 0, 0, 0, 0, 0}}
  6.